home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr13 / etext201.zip / COMPILE.DOC < prev    next >
Text File  |  1995-03-12  |  30KB  |  569 lines

  1.  
  2.  
  3.                    THE ELECTRONIC TEXT PUBLISHING SYSTEM
  4.  
  5.  
  6.         Description:
  7.  
  8.         The Electronic  Text Publishing  System (or  "E-Text" for short)
  9.         is  used  to  make  "electronic"  books  or  magazines,  such as
  10.         tutorials, training manuals, or  even works of literature.   The
  11.         E-Text  system  allows  you   to  create  professional   looking
  12.         programs with little  effort.   E-Text uses text files that  you
  13.         create and compiles  them into a  menu driven "electronic" book,
  14.         complete with a  table of contents.   If you know  how to use  a
  15.         word  processor,  then  you  have  all  the  skills necessary to
  16.         publish your own "electronic" books  on a disk.  The  electronic
  17.         books that  you create  with E-Text  can be  copied, distributed
  18.         and sold, royalty  free.  Share  your knowledge, research,  your
  19.         works of poetry, fiction, or your sales products with others  by
  20.         using E-Text!
  21.  
  22.  
  23.         Features:
  24.  
  25.         E-Text allows you to customize nearly every aspect of your
  26.         finished catalog.  Consider the following...  E-Text allows you
  27.         to...
  28.  
  29.         + Create a "Table of Contents" (Main menu)
  30.  
  31.         + Customize the size and location of the Main Menu
  32.  
  33.         + Customize the attributes of the Main Menu, such as colors,
  34.           border frame, elevator bar, drop shadow, etc.
  35.  
  36.         + Define the colors of each screen
  37.  
  38.         + Use background wallpaper to create stunning screens
  39.  
  40.         + Invoke screen special effects - for example, screen wipes
  41.           from left to right, right to left, top to bottom, opening
  42.           curtains, splits, clock sweeps, etc.
  43.  
  44.         + Run DOS commands, execute batch files or other programs.
  45.           E-Text can be used to create your own program menus or shell.
  46.  
  47.         + Consolidates all your .TXT files into just one compact data
  48.           file.  In fact, after compilation, only two files are
  49.           necessary to make your electronic book available to your
  50.           audience (READ.EXE and READ.DAT).  This makes disk
  51.           distribution file management a breeze.
  52.  
  53.  
  54.         Special requirements:
  55.  
  56.         No special system requirements or hardware is required to use
  57.         E-Text except a DOS version greater or equal to version 3.0.
  58.         A hard disk does make the compilation process much easier and
  59.         faster, however.
  60.  
  61.  
  62.         Before we get started:
  63.  
  64.         If you obtained E-Text through a shareware vendor, or BBS, or
  65.         CD-ROM, make sure that no files are missing.  A file called
  66.         PACKING.LST contains a listing of all the files required to run
  67.         E-Text.  If you have problems with E-Text, check the files that
  68.         you have obtained with the PACKING.LST listing.  If you find
  69.         files missing, please notify your vendor, or BBS sysop, or feel
  70.         free to contact the author via our 24-hour BBS at (703)
  71.         372-9680 N-8-1 ANSI.  The latest version can always be
  72.         downloaded from our BBS as ETEXT*.ZIP.
  73.  
  74.         Before you compile your very own electronic book we recommend
  75.         that you browse through one that has already been created.  You
  76.         should find a file AESOP.DAT on your disk, which contains a
  77.         short collection of Aesop's Fables.  To view this electronic
  78.         book from the DOS prompt enter --> READ AESOP   then press
  79.         ENTER.  Browse through this electronic book and get a feel for
  80.         what E-Text can do.  If you like what you see, and would like
  81.         to create similar e-text documents, resume reading these
  82.         instructions and proceed with your first compilation.
  83.  
  84.  
  85.         Terms and definitions:
  86.  
  87.         There are several terms that will be used throughout this
  88.         documentation and that need to be fully understood by the user
  89.         before you create your own electronic books.  Please review
  90.         these definitions carefully:
  91.  
  92.         ASCII FILE: This is a term used to describe any file that you
  93.         create and save with an editor such as DOS' EDIT or Window's
  94.         Notepad.  An ASCII file contains only characters that can be
  95.         found on a standard IBM keyboard.  Most word processor programs
  96.         (like Word Perfect) can save files in ASCII format IF you know
  97.         how to.  E-Text does NOT come with an editor because most users
  98.         already have a favorite text editor or word processor that they
  99.         feel comfortable with.  We saw no reason to force the user to
  100.         use another editor and have consequently not included one.
  101.  
  102.         CHAPTER: A chapter is any ASCII .TXT file that you create that
  103.         you want to become part of your electronic book.  Each
  104.         selection from the Main Menu "Table of Contents" is considered a
  105.         chapter.
  106.  
  107.         COMPILER: The compiler is the program  that gathers all  of
  108.         your ASCII chapter text files (*.TXT), and binary wallpaper
  109.         files (*.BIN) together, and prompts you step by step for
  110.         specific details about how you want your final electronic book
  111.         to look (screen colors, Table of Contents (Main Menu) size,
  112.         location, shadows, etc.  The compiler merges and can compress
  113.         this information into a single data file (READ.DAT).
  114.  
  115.         DATA FILE:  The data file is a specially formatted file that
  116.         contains ALL of your chapters, wallpaper, and screen
  117.         definitions.  This data file is created by using the E-Text
  118.         compiler (COMPILE.EXE), and once it has been created it can be
  119.         identified by the default filename "READ.DAT".  This data file
  120.         is one of the two necessary files that must be placed on your
  121.         distribution disk in order for others to read your electronic
  122.         book.  Data files can be renamed if you wish, however to use
  123.         them with the "reader" you must specify its new file name on
  124.         the DOS command line.  For example, AESOP.DAT was originally
  125.         named READ.DAT, but was renamed in order to preserve its
  126.         contents from future compilations that would have created a new
  127.         READ.DAT file and overwritten it.  In order to use AESOP.DAT
  128.         with the "reader", the user needs to start the electronic book
  129.         from the DOS command line in this manner --> READ AESOP.DAT By
  130.         using this method inside a batch file, the author can create
  131.         several electronic books on one floppy disk, needing only one
  132.         "reader".
  133.  
  134.         READER MODULE:  This refers to the file "READ.EXE".  This is
  135.         the program that reads the information in your data file and
  136.         displays it to your audience.  Remember, in order to create an
  137.         electronic book for distribution on a floppy diskette, two
  138.         files must exist on that disk: 1) READ.EXE and 2) READ.DAT.
  139.  
  140.         TEXT FILE:  Text files and ASCII files all refer to the
  141.         same thing (see ASCII FILE above).
  142.  
  143.         WALLPAPER: If you have never used Microsoft Windows, then the
  144.         term "wallpaper" may conjure up ideas of colored paper and
  145.         wheat paste.  With E-Text, however, wallpaper refers to
  146.         background screen designs that can be used to liven up your
  147.         electronic book.  Wallpaper files should end with a .BIN file
  148.         extension.  How do you create wallpaper files?  When you
  149.         register E-Text you will be sent, as a bonus, the E-Text Screen
  150.         Composer program that allows you to create your own wallpaper
  151.         files.  Several wallpaper .BIN files have been included with
  152.         the evaluation copy, so feel free to use them.  You may also
  153.         use any text screen design program that generates BLOADable
  154.         binary files.  The "Laughing Dog Screen Maker" and "The Draw"
  155.         are two popular shareware screen designers that can also create
  156.         wallpaper files.  You can find these programs on most large
  157.         BBS's for downloading.  As an incentive to register, you will
  158.         be sent a screen design program written by the author at no
  159.         additional charge.  Please remember, wallpaper files are NOT
  160.         graphic bitmaps images like .PCX or .BMP files, but rather
  161.         they are colored text files used as a background beneath your
  162.         Main Menu, and chapter text displays, or as opening and
  163.         closing screens.
  164.  
  165.  
  166.         Getting started:
  167.  
  168.         You will need to create all of the ASCII .TXT text files that
  169.         you wish to include in your "electronic" book BEFORE you run
  170.         the compiler (COMPILE.EXE).  Use your favorite word processor
  171.         or text editor (like DOS' EDIT) to compose the individual
  172.         "chapters".  If you are using a word processor, like Word
  173.         Perfect, then it is absolutely essential that you save each
  174.         "chapter" as an ASCII file.  Most word processors add "control
  175.         characters" to your document as you compose it.  Control
  176.         characters are used to identify italics, highlighting,
  177.         underlines, margin spacing, etc.  When using a word processor,
  178.         these control characters will create problems if they are not
  179.         removed.  By saving a word processing document as an ASCII
  180.         file, all the control characters will be removed.
  181.  
  182.         In Word Perfect 5.0/5.1, you can save your document as an ASCII
  183.         file by pressing CTRL+F5, then selecting "1 DOS Text", then
  184.         select "1 Save".
  185.  
  186.         If you are using DOS' EDIT, or the Windows' Notepad, then you
  187.         do not need to worry about control characters, for their
  188.         native file formats are ASCII.
  189.  
  190.         Each "chapter" of your "electronic" book MUST exist as an ASCII
  191.         file, with a ".TXT" file extension.  Valid file name examples
  192.         are: "AESOP1.TXT", "TUTOR-3.TXT", "POEMS_5.TXT".  The compiler
  193.         looks automatically for all files with .TXT file extensions,
  194.         and will ignore all other files.  Rename your files to include
  195.         a .TXT extension should you have failed to do so earlier.
  196.  
  197.         In each of your "chapter" .TXT files, you must reserve the very
  198.         first line (top most) for a "header".  This header consists of
  199.         various parameters (commands) that are necessary for the reader
  200.         (READ.EXE).  This header line must absolutely be on line #1.
  201.         If during the compilation process (using COMPILE.EXE) the
  202.         compiler detects a .TXT file with a missing header, the
  203.         compiler will flag this to your attention, and prompt you to
  204.         correct the discrepancy.
  205.  
  206.         The header line can have many different parameters (commands),
  207.         some of which specify the screen colors, size of the text view
  208.         window, screen effects, and more (see advanced options later in
  209.         this documentation).  There are two parameters that are ALWAYS
  210.         required in the header line: 1) the Table of Contents order
  211.         number or character, and 2) a chapter title.
  212.  
  213.         A typical .TXT header will look like this:
  214.  
  215.         ┌────────────────────────────────────────────────────────────┐
  216.         │ 2|The Life of Aesop                                        │
  217.         │                                                            │
  218.         │                  <─── Body of document ───>                │
  219.  
  220.  
  221.         Please note that the Table of Contents "order number" is
  222.         separated from the chapter title by a "|" (pipe) character.
  223.         This character always separates parameters on the header line.
  224.         The "|" character is found on most IBM PC keyboards with the
  225.         "\" (backslash) key.
  226.  
  227.         The Table of Contents "order number" determines the ORDER OF
  228.         APPEARANCE that the chapter title will appear in the Main Menu.
  229.         In other words, in the example above, the chapter "The Life of
  230.         Aesop" will appear as the second chapter in the Table of
  231.         Contents Main Menu.
  232.  
  233.         Now, to slightly contradict the instructions, the "order
  234.         number" does not necessarily have to be a number.  There is one
  235.         exception where the letter "A" or "a" is used in place of the
  236.         order number.
  237.  
  238.         ┌────────────────────────────────────────────────────────────┐
  239.         │ A|The Life of Aesop                                        │
  240.         │                                                            │
  241.         │                 <─── Body of document ───>                 │
  242.  
  243.  
  244.         What the "A" does is instruct the reader (READ.EXE) to sort the
  245.         chapter titles in ALPHABETICAL ORDER.  If there are 10 chapters
  246.         in your electronic book, and 9 of them have numeric values for
  247.         the order number, and 1 of them has the letter "A", then the
  248.         ENTIRE Table of Contents will be sorted in alphabetical order.
  249.         Just one "A" in just one file is enough to cause all the other
  250.         chapters to fall into alphabetical order.
  251.  
  252.  
  253.         Additional header parameters:
  254.  
  255.         The "order number" and "chapter title" are required parameters
  256.         that MUST exist in each .TXT file that you create.  These 2
  257.         parameters, however, are not the only parameters that can exist
  258.         on the header line.  You can customize the appearance of each
  259.         chapter in your electronic book by combining different
  260.         parameters.  Here's an example:
  261.  
  262.         ┌────────────────────────────────────────────────────────────┐
  263.         │ 2|The Life of Aesop|FORE=15|BACK=3|SCFX=6|MARG=10|COLS=14  │
  264.         │                                                            │
  265.         │                  <─── Body of document ───>                │
  266.  
  267.  
  268.         In the example above, "FORE", "BACK", "SCFX", etc. are each an
  269.         individual header parameter.  Please note that each parameter
  270.         is separated by a "|" (pipe) character.
  271.  
  272.         Here is a listing of all the parameters available to you, which
  273.         if used, must appear on the first line of your .TXT file,
  274.         separated by a "|" character:
  275.  
  276.  
  277.         FORE=##    This is used to specify the color of the foreground
  278.                    text of an individual chapter, where ## is replaced
  279.                    with a color number from 0-15 (see valid colors
  280.                    below).
  281.  
  282.         BACK=##    This is used to specify the color of the background
  283.                    text of an individual chapter, where ## is replaced
  284.                    with a color number from 0-7 (see valid colors
  285.                    below).
  286.  
  287.                    0 = black       6 = brown          12 = light red
  288.                    1 = blue        7 = gray           13 = light magenta
  289.                    2 = green       8 = dk. gray       14 = yellow
  290.                    3 = cyan        9 = light blue     15 = white
  291.                    4 = red        10 = light green
  292.                    5 = magenta    11 = light cyan
  293.  
  294.         SCFX=##    This is used to specify the type of special screen
  295.                    effect of an individual chapter, where ## is replaced
  296.                    with a number from 1-17 (see below).
  297.  
  298.                    1 = Clock sweep           10 = Slide Left & In
  299.                    2 = Curtain               11 = Slide Left & Out
  300.                    3 = Diagonal              12 = Slide Right & In
  301.                    4 = Diamond               13 = Slide Right & Out
  302.                    5 = Lines                 14 = Slide Up & In
  303.                    6 = Hole                  15 = Split Horz. & Out
  304.                    7 = Box                   16 = Split Vert. & In
  305.                    8 = Slide Down & In       17 = Split Vert. & Out
  306.                    9 = Slide Down & Out
  307.  
  308.         MARG=##    This parameter is used to specify the left margin
  309.                    where your chapter text contents will be displayed.
  310.                    ## specifies the screen column, and valid entries
  311.                    are from 1-60.  If MARG=## is absent from the .TXT
  312.                    header, then a default of 7 will be used.
  313.  
  314.         ROWS=##    This parameter specifies how large your chapter's
  315.                    text display window is in height.  Valid values are
  316.                    from 1 to 23 rows in height.  If no ROWS=## is
  317.                    used, then a default of 22 rows will be used to
  318.                    define the text window height.
  319.  
  320.         TOPR=##    Specifies the starting row of the chapter's text
  321.                    window location, where ## is a value between 1-23.
  322.                    If no TOPR=## is specified, a default value of 2
  323.                    will be used to position the beginning row of the
  324.                    text window.
  325.  
  326.         COLS=##    Specifies how wide (in columns) the chapter's text
  327.                    display window is.  Valid range in columns for ##
  328.                    is 1-79.  If no COLS=## is indicated in the header
  329.                    line of your .TXT file, a default width of 75
  330.                    columns will be used.  Please note that E-Text does
  331.                    NOT perform word wrapping.  You must insure that
  332.                    your .TXT files fit within the defined COLS
  333.                    parameter before compiling.
  334.  
  335.         BINF=xxxx  Specifies the name of the wallpaper binary file
  336.                    to be loaded beneath the chapter's text display
  337.                    window.  "xxxx" is replaced with the COMPLETE file
  338.                    name (with extension) which contains your binary
  339.                    wallpaper (e.g. BINF=HEADER.BIN, or BINF=MAIN.BIN).
  340.                    If no BINF=xxxx parameter exists, no wallpaper will
  341.                    be used behind your text window.
  342.  
  343.         LINE=#     Use this parameter in your header to change the
  344.                    default of single line spacing.  LINE=2 will double
  345.                    space each line of your chapter's text
  346.                    automatically.  Valid range for line spacing is
  347.                    1-4.
  348.  
  349.         TAB=##     This parameter instructs how many columns that the
  350.                    text will scroll RIGHT when a user presses the TAB
  351.                    or right arrow keys.  The default value is 9.  Why
  352.                    would you wish to scroll your text left and right?
  353.                    If you have a really W-I-D-E text file (greater than
  354.                    80 characters) then obviously part of your file will
  355.                    not be displayed initially on the screen (remember,
  356.                    a typical monitor can only display 80 columns of
  357.                    text at any time).  Therefore by using the TAB or
  358.                    right arrow keys, the user can view any additional
  359.                    text that may be hidden beyond column 80.
  360.  
  361.         With the preceding header parameters, you can mix and match
  362.         them to customize the layout of each chapter in your electronic
  363.         book.  Please remember that each parameter must be separated by
  364.         a "|" character.
  365.  
  366.         Although all these header parameters allows you to customize
  367.         your text display windows, you may elect not to use the text
  368.         display window parameters such as COLS=, MARG=, TOPR=, etc.
  369.         You can create eye-appealing text windows automatically by just
  370.         making sure that your .TXT files are no larger than 70 columns
  371.         wide and that they are left justified.  If you are using a
  372.         word processor, you can achieve such specs by using a fixed
  373.         font such as Courier 10cpi, and 1 inch left and right margins.
  374.         When you export/save your chapter files to ASCII, you will find
  375.         that your .TXT files are less than 70 columns wide.  This size
  376.         will work well with the default text window values that the
  377.         E-Text reader uses.
  378.  
  379.  
  380.         Special header parameter "EXECUTE":
  381.  
  382.         E-Text is not limited to just displaying ASCII text files
  383.         (chapters).  E-Text can also run other programs or be
  384.         instructed to carry out a series of DOS commands.  The
  385.         "EXECUTE" header parameter is used inside a .TXT file, placed
  386.         after the chapter title on line 1, and specifies that this .TXT
  387.         file is different.  Different in that the contents of this .TXT
  388.         file will NOT be displayed in a text window, but rather each
  389.         line of the .TXT file will be executed (i.e., run from the DOS
  390.         command line).
  391.  
  392.         ┌────────────────────────────────────────────────────────────┐
  393.         │ 7|Display all AESOP files|EXECUTE                          │
  394.         │ DIR AESOP*.*                                               │
  395.         │                 <─── Body of document ───>                 │
  396.  
  397.         In the example above, the header parameter "EXECUTE" will
  398.         instruct the program to treat the lines which follow as DOS
  399.         commands.
  400.  
  401.         You are not limited to just one line of DOS commands or
  402.         instructions.  The example below shows how one can stack a
  403.         series of commands, which will be run in sequence, one after
  404.         the other:
  405.  
  406.         ┌────────────────────────────────────────────────────────────┐
  407.         │ 12|Delete all *.BAK files on all drives|EXECUTE            │
  408.         │ DEL C:\*.BAK                                               │
  409.         │ DEL C:\DOS\*.BAK                                           │
  410.         │ DEL C:\WINDOWS\*.BAK                                       │
  411.         │ DEL C:\TEMP\*.BAK                                          │
  412.         │ DEL A:*.BAK                                                │
  413.         │ DEL B:*.BAK                                                │
  414.         │                 <─── Body of document ───>                 │
  415.  
  416.         Neither are you limited to simple DOS commands.  You can
  417.         execute .BAT batch files, .COM and .EXE's (memory space
  418.         permitting) when the end user selects a "chapter" in which you
  419.         have the EXECUTE parameter.
  420.  
  421.         At the end of executing all the commands inside the selected
  422.         .TXT file, the E-Text reader will return back to the Main Menu
  423.         (Table of Contents).
  424.  
  425.  
  426.         Graphic support
  427.  
  428.         Although EText does not support graphic .PCX/.BMP/.GIF file
  429.         support directly, you can still incorporate high-resolution
  430.         graphics in your EText documents.  This is achieved indirectly
  431.         by using the EXECUTE parameter (see above) in a .TXT file,
  432.         where one of the executable lines contain the file name of a
  433.         graphic image THAT HAS BEEN CONVERTED INTO AN .EXE FILE.  For
  434.         those who do not understand what this means...  There are
  435.         shareware graphic utilities like "Grabber" or "Graphics
  436.         Workshop" that will convert a .PCX or .BMP or screen snapshot
  437.         into a self-executing .EXE file.  For instance, FLOWER.PCX can
  438.         be converted using these utilities into a stand alone
  439.         FLOWER.EXE file, where typing FLOWER from the DOS prompt will
  440.         display the graphic image without the assistance of any other
  441.         program or viewer.  Inset's HiJaak will also create these type
  442.         of .EXE files from any graphic image.  Once you have a graphic
  443.         .EXE file, you can include its file name in a .TXT file, using
  444.         the EXECUTE header parameter.
  445.  
  446.         One suggestion, if you do use this method of displaying
  447.         graphic images...  To shrink the size of the resulting graphic
  448.         .EXE file that you will be distributing, consider investing in
  449.         a shareware program called "PKLite".  "PKLite" will compress
  450.         an .EXE to a fraction of its original size AND YET STILL
  451.         REMAIN SELF-EXECUTING.  This will give you more free disk
  452.         space on the distribution floppy you will be using, and will
  453.         cause the image to display faster.  This also brings up
  454.         another important point.  Any graphic .EXE images that you
  455.         create MUST BE INCLUDED ON YOUR DISTRIBUTION DISKETTE!  It is
  456.         not EText's responsibility to pack your graphic .EXE's into
  457.         the .DAT file.  EText expects any such graphic .EXEs that you
  458.         create to be separate files on the distribution diskette.
  459.  
  460.  
  461.         Line color highlighting:
  462.  
  463.         Even though you can color customize each chapter .TXT file in
  464.         respect to foreground text and background colors using a header
  465.         parameter (FORE=/BACK=), you may wish to add emphasis to one
  466.         particular line (or lines) of text in a chapter.  This can be
  467.         done by adding to the end of a line of text a color code.  A
  468.         color code consists of a caret symbol "^" followed by a color
  469.         number from 0-15 (see color code chart above).  Here is an
  470.         example...
  471.  
  472.         ┌────────────────────────────────────────────────────────────┐
  473.         │ 5|The Eagle, the Cat, and the Wild Sow|MARG=10|SCFX=3      │
  474.         │                                                            │
  475.         │          The Eagle, the Cat, and the Wild Sow^15           │
  476.         │                                                            │
  477.         │    AN EAGLE made her nest at the top of a lofty oak;  a    │
  478.         │    Cat, having found a convenient hole, moved into  the    │
  479.         │    middle  of  the  trunk;  and  a  Wild  Sow, with her    │
  480.         │    Cat cunningly resolved  to destroy this  chance-made    │
  481.         │                                                            │
  482.         │                 <─── Body of document ───>                 │
  483.  
  484.  
  485.         In the example above, the title line "The Eagle, the Cat..." is
  486.         followed by the color code "^15".  What the "^15" will do is
  487.         instruct the reader (READ.EXE) to use color 15 (bright white)
  488.         on that particular line (background remains unchanged).  Such
  489.         color highlighting is useful for titles, new paragraph
  490.         description headings, or important passages that need to grab
  491.         the reader's attention.  You can use as many color codes as you
  492.         like in a chapter file, however only one code per line of text
  493.         is permitted (i.e., a line of text cannot have more than one
  494.         color).
  495.  
  496.         To make a color blink (on and off), add 16 to a color's value.
  497.         For example, color 15 is bright white.  To use blinking bright
  498.         white in your document, add 16 to 15.  Use ^31 for the color
  499.         code in this case.
  500.  
  501.         If you have an actual caret symbol in your chapter that is not
  502.         to be confused with a color code (highly unlikely, but for math
  503.         statements it is possible), then precede that caret with
  504.         another caret (e.g., Mathematicians, solve for x, where
  505.         x+5^^2=30).
  506.  
  507.  
  508.         Shareware:
  509.  
  510.         Shareware is a try-before-you-buy marketing concept that allows
  511.         you a trial period in which to evaluate a software program.
  512.         The Electronic Text Publishing System is shareware software and
  513.         continued use of the program requires that you support the
  514.         author.  Once you have registered, you will receive the latest
  515.         version of E-Text that will permit you to begin distributing
  516.         your electronic books (*.DAT files) legally and the E-Text
  517.         reader (READ.EXE) freely without royalties.
  518.  
  519.  
  520.         Distribution of this program:
  521.  
  522.         The unregistered, shareware version can be distributed by BBS's
  523.         as long as NO FILES ARE DELETED from the original group of
  524.         files (see PACKING.LST for original .ZIP contents).  Shareware
  525.         vendors are permitted to charge a small fee, not exceeding
  526.         $6.00, in exchange for their services in providing evaluation
  527.         copies to others.  CD-ROM publishers are permitted to include
  528.         E-Text in any compilations as long as the .EXE file date stamp
  529.         is less than 2 years old.
  530.  
  531.         Once you have registered E-Text with the author, you are then
  532.         granted a license to distribute the reader (READ.EXE) royalty
  533.         free.  The compiler, however, is limited in license, and can
  534.         only be used on one computer at any given time.  If you plan
  535.         on using the compiler on more than one computer, contact
  536.         the author for site license arrangements.
  537.  
  538.  
  539.         All in the family:
  540.  
  541.         Attention: merchants and product distributors!  If you would
  542.         like to publish and distribute INTERACTIVE on-disk CATALOGS
  543.         that display product items ALONG WITH INDIVIDUAL PRICES, AND
  544.         CAN PRINT ORDER FORMS, please contact us and inquire about
  545.         THE DISK VENDOR line of software.  The Disk Vendor is for those
  546.         businesses who want an alternative to a traditional printed
  547.         paper product sales catalog.  The Disk Vendor system handles
  548.         credit cards, sales tax, shipping charges, personalized opening
  549.         & closing screen, discounts on purchases, printed catalogs,
  550.         order forms, and more.  Create professional looking catalogs
  551.         quickly and with little effort!
  552.  
  553.         You can also download a fully functional evaluation copy of
  554.         The Disk Vendor from our 24-hour BBS, at 703-372-9680.  The
  555.         latest file can be downloaded as VEND??GB.ZIP where ??
  556.         represents the current program version.
  557.  
  558.  
  559.         Program author:
  560.  
  561.         Philip P. Kapusta
  562.         P.O. Box 5423
  563.         Falmouth, Va. 22403
  564.         USA
  565.  
  566.         If you wish to send correspondence to us, we would prefer an
  567.         e-mail message left on our BBS (703) 372-9680 instead of paper
  568.         mail.
  569.